home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / IMS16.ZIP / MSCONST.RC < prev    next >
Encoding:
Text File  |  1996-11-27  |  910 b   |  25 lines

  1. #include "msconst.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.  
  6.   msSSenderRequired, "The address of sender is required"
  7.   msSRecipientRequired, "At least one Recipient, CC or BCC must be entered"
  8.   msSMailMessageRequired, "MailMessage property must be assigned"
  9.   msSUserNameRequired, "UserName property is required"
  10.   msSPasswordRequired, "Password property is required"
  11.   msSIDsDiffer, "IDs are different"
  12.  
  13.   msSMIMEExplanation, "This is a multipart message in MIME format"
  14.  
  15.   msSUnableToRetrieveHeaders, "Unable to retrieve headers"
  16.   msSMissingContentType, "Missing required field: Content-Type"
  17.   msSMissingClosingBoundary, "Cannot find closing boundary"
  18.   msSMissingBoundary, "Cannot find boundary"
  19.   msSErrorDecoding, "Error decoding the attachment"
  20.  
  21.   msSFileNameBlank, "Unable to execute attachment #%d\nbecause file name is blank"
  22.   msSShellExecFailed, "Error executing ShellExec.  Error code %d"
  23.  
  24. }
  25.